DBA Data[Home] [Help]

APPS.PSB_WS_POS3 dependencies on FND_PROFILE

Line 1557: FND_PROFILE.GET('PSB_AUTOINC_COST_CALPERIOD', g_autoinc_period_profile);

1553: end if;
1554:
1555: /* start bug 4104890*/
1556: -- this is applied for local parameters
1557: FND_PROFILE.GET('PSB_AUTOINC_COST_CALPERIOD', g_autoinc_period_profile);
1558: /* end bug 4104890*/
1559:
1560:
1561: for c_WS_Rec in c_WS loop

Line 1868: FND_PROFILE.GET('PSB_AUTOINC_COST_CALPERIOD', g_autoinc_period_profile);

1864: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1865: end if;
1866:
1867: /* start bug 4104890*/
1868: FND_PROFILE.GET('PSB_AUTOINC_COST_CALPERIOD', g_autoinc_period_profile);
1869: /* end bug 4104890*/
1870:
1871: if ((p_global_worksheet = FND_API.G_MISS_CHAR) or
1872: (p_budget_group_id = FND_API.G_MISS_NUM) or