DBA Data[Home] [Help]

APPS.PSB_WS_POS3 dependencies on FND_FILE

Line 2994: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' hire date : '||PSB_WS_POS1.g_hiredate);

2990:
2991: loop
2992:
2993: /* start bug 4104890*/
2994: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' hire date : '||PSB_WS_POS1.g_hiredate);
2995: /* End bug 4104890*/
2996:
2997: l_start_date := PSB_WS_POS1.g_hiredate + l_hiredate_between_from * l_multiplier;
2998:

Line 3011: fnd_file.put_line(fnd_file.log, ' current period :'||l_cp_start_date||' next period : '||l_np_start_date);

3007: )
3008: LOOP
3009: l_cp_start_date := l_periods.start_date;
3010: l_np_start_date := l_periods.end_date;
3011: fnd_file.put_line(fnd_file.log, ' current period :'||l_cp_start_date||' next period : '||l_np_start_date);
3012: END LOOP;
3013:
3014: IF l_start_date between p_start_date and p_end_date THEN
3015: IF g_autoinc_period_profile = 'C' THEN

Line 3083: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' adjustment date : '||PSB_WS_POS1.g_adjustment_date);

3079:
3080: loop
3081:
3082: /* start bug 4104890*/
3083: fnd_file.put_line(fnd_file.log, 'position id : '||p_position_id||' adjustment date : '||PSB_WS_POS1.g_adjustment_date);
3084: /* End bug 4104890*/
3085:
3086: l_start_date := PSB_WS_POS1.g_adjustment_date + l_adjdate_between_from * l_multiplier;
3087:

Line 3100: fnd_file.put_line(fnd_file.log, ' current period :'||l_cp_start_date||' next period : '||l_np_start_date);

3096: )
3097: LOOP
3098: l_cp_start_date := l_periods.start_date;
3099: l_np_start_date := l_periods.end_date;
3100: fnd_file.put_line(fnd_file.log, ' current period :'||l_cp_start_date||' next period : '||l_np_start_date);
3101: END LOOP;
3102:
3103:
3104: IF l_start_date between p_start_date and p_end_date THEN

Line 3444: fnd_file.put_line(fnd_file.log, 'source element value : '||c_ElemRates_Rec.element_value);

3440: else
3441: l_element_value := c_ElemRates_Rec.element_value * POWER(1 + p_increment_by / 100, p_compound_factor);
3442: end if; */
3443:
3444: fnd_file.put_line(fnd_file.log, 'source element value : '||c_ElemRates_Rec.element_value);
3445: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3446:
3447: l_element_value
3448: := c_ElemRates_Rec.element_value * POWER(1 + p_increment_by / 100, p_compound_factor);

Line 3445: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);

3441: l_element_value := c_ElemRates_Rec.element_value * POWER(1 + p_increment_by / 100, p_compound_factor);
3442: end if; */
3443:
3444: fnd_file.put_line(fnd_file.log, 'source element value : '||c_ElemRates_Rec.element_value);
3445: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3446:
3447: l_element_value
3448: := c_ElemRates_Rec.element_value * POWER(1 + p_increment_by / 100, p_compound_factor);
3449: /* Bug 2820755 End */

Line 3462: fnd_file.put_line(fnd_file.log, 'source element value : '||c_ElemRates_Rec.element_value);

3458: else
3459: l_element_value := c_ElemRates_Rec.element_value * (1 + p_increment_by / 100);
3460: end if; */
3461:
3462: fnd_file.put_line(fnd_file.log, 'source element value : '||c_ElemRates_Rec.element_value);
3463: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3464:
3465: l_element_value
3466: := c_ElemRates_Rec.element_value * (1 + p_increment_by / 100);

Line 3463: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);

3459: l_element_value := c_ElemRates_Rec.element_value * (1 + p_increment_by / 100);
3460: end if; */
3461:
3462: fnd_file.put_line(fnd_file.log, 'source element value : '||c_ElemRates_Rec.element_value);
3463: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3464:
3465: l_element_value
3466: := c_ElemRates_Rec.element_value * (1 + p_increment_by / 100);
3467: /* Bug 2820755 End */

Line 3528: fnd_file.put_line(fnd_file.log, 'source element value : '||c_Elem_Rec.element_value);

3524: end if; */
3525: /* End Bug No : 4281800 */
3526:
3527: /* Start Bug No : 4281800 */
3528: fnd_file.put_line(fnd_file.log, 'source element value : '||c_Elem_Rec.element_value);
3529: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3530:
3531: l_element_value
3532: := c_Elem_Rec.element_value * POWER(1 + p_increment_by / 100, p_compound_factor);

Line 3529: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);

3525: /* End Bug No : 4281800 */
3526:
3527: /* Start Bug No : 4281800 */
3528: fnd_file.put_line(fnd_file.log, 'source element value : '||c_Elem_Rec.element_value);
3529: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3530:
3531: l_element_value
3532: := c_Elem_Rec.element_value * POWER(1 + p_increment_by / 100, p_compound_factor);
3533:

Line 3551: fnd_file.put_line(fnd_file.log, 'source element value : '||c_Elem_Rec.element_value);

3547: /* End Bug No : 4281800 */
3548:
3549: /* Start Bug No : 4281800 */
3550:
3551: fnd_file.put_line(fnd_file.log, 'source element value : '||c_Elem_Rec.element_value);
3552: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3553:
3554: l_element_value
3555: := c_Elem_Rec.element_value * (1 + p_increment_by / 100);

Line 3552: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);

3548:
3549: /* Start Bug No : 4281800 */
3550:
3551: fnd_file.put_line(fnd_file.log, 'source element value : '||c_Elem_Rec.element_value);
3552: fnd_file.put_line(fnd_file.log, 'increment factor : '||p_increment_by);
3553:
3554: l_element_value
3555: := c_Elem_Rec.element_value * (1 + p_increment_by / 100);
3556: